github.com/andybalholm/brotli.Writer.last_processed_pos_ (field)
7 uses
github.com/andybalholm/brotli (current package)
encode.go#L87: last_processed_pos_ uint64
encode.go#L119: return s.input_pos_ - s.last_processed_pos_
encode.go#L617: s.last_processed_pos_ = 0
encode.go#L705: var wrapped_last_processed_pos uint32 = wrapPosition(s.last_processed_pos_)
encode.go#L707: s.last_processed_pos_ = s.input_pos_
encode.go#L717: var last_processed_pos uint64 = s.last_processed_pos_ - last_copy_len
encode.go#L754: var wrapped_last_processed_pos uint32 = wrapPosition(s.last_processed_pos_)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |